'DeclarationPublic Class UpDownEditor (Of TEditor As {New, UpDownBase(Of TType)}, TType) Inherits TypeEditor(Of TEditor) Implements ITypeEditor
'UsageDim instance As UpDownEditor(Of TEditor,TType)
public class UpDownEditor<TEditor,TType> : TypeEditor<TEditor>, ITypeEditor where TEditor: new(), UpDownBase<TType>



